collision clause - definição. O que é collision clause. Significado, conceito
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

O que (quem) é collision clause - definição

PROPERTY OF CRYPTOGRAPHIC HASH FUNCTIONS
Collision resistant; Collision-resistant

Independent clause         
GRAMMATICAL CLAUSE THAT CAN BE A SENTENCE ON ITS OWN
Independent clauses; Main clause; Matrix clause; Principal clause; Main proposition
An independent clause (or main clause) is a clause that can stand by itself as a simple sentence. An independent clause contains a subject and a predicate and makes sense by itself.
main clause         
GRAMMATICAL CLAUSE THAT CAN BE A SENTENCE ON ITS OWN
Independent clauses; Main clause; Matrix clause; Principal clause; Main proposition
¦ noun Grammar a clause that can form a complete sentence standing alone, having a subject and a predicate.
Content clause         
CLAUSE ELABORATED BY A MAIN CLAUSE
That-clause; That clause; Declarative content clause; Interrogative content clause; Noun clause; Direct question; Indirect question; Reported question; Speech report
In grammar, a content clause is a dependent clause that provides content implied or commented upon by an independent clause. The term was coined by Danish linguist Otto Jespersen.

Wikipédia

Collision resistance

In cryptography, collision resistance is a property of cryptographic hash functions: a hash function H is collision-resistant if it is hard to find two inputs that hash to the same output; that is, two inputs a and b where ab but H(a) = H(b).: 136  The pigeonhole principle means that any hash function with more inputs than outputs will necessarily have such collisions;: 136  the harder they are to find, the more cryptographically secure the hash function is.

The "birthday paradox" places an upper bound on collision resistance: if a hash function produces N bits of output, an attacker who computes only 2N/2 (or 2 N {\displaystyle \scriptstyle {\sqrt {2^{N}}}} ) hash operations on random input is likely to find two matching outputs. If there is an easier method to do this than brute-force attack, it is typically considered a flaw in the hash function.

Cryptographic hash functions are usually designed to be collision resistant. However, many hash functions that were once thought to be collision resistant were later broken. MD5 and SHA-1 in particular both have published techniques more efficient than brute force for finding collisions. However, some hash functions have a proof that finding collisions is at least as difficult as some hard mathematical problem (such as integer factorization or discrete logarithm). Those functions are called provably secure.